home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1998 March / MACPOWER-1998-03.ISO.7z / MACPOWER-1998-03.ISO / AMUG / Internet / WWWStat4Mac-161.sit / WWWStat4Mac-161 ƒ / What's New in v1.6.1 < prev    next >
Text File  |  1997-12-02  |  6KB  |  110 lines

  1. What's New Since WWWStat4Mac v1.6
  2. ===================================
  3. Below is a list of all of the changes, new features, and bugs fixed, since the last release version of WWWStat4Mac. For a full version history see the document http://sodium.ch.man.ac.uk/pages/wwwstat4mac_docs/wwwstat4mac_history.html.
  4.  
  5.  
  6. New Features.
  7. -------------
  8. None.
  9.  
  10. Bugs Fixed.
  11. -----------
  12. Fixed a problem with starting up on 68K machines.
  13.  
  14. Fixed a problem with the Autoprocess dialog box on some machines, that could cause the set button to become inactive after choosing a file.
  15.  
  16. Fixed a problem with notifications appearing when the machine was autoprocessing. These should not appear now.
  17.  
  18. What's New Since WWWStat4Mac v1.5
  19. ===================================
  20.  
  21. New Features.
  22. -------------
  23. ・Added date range processing. This allows you to specify the range of dates in the log that you want to process. These dates can either be relative or absolute. Examples
  24.  
  25. process_range 01/03/1997:00:00:00 01/05/1997:00:00:00  
  26. This will process all data for March and April in 1997.
  27.  
  28. process_range -00/01/0000:00:00:00 now 
  29. This will process that last months data.
  30.  
  31. process_range 01/01/1997:00:00:00 now  
  32. This will do everything in a log for this year.
  33.  
  34. process_range -10/00/0001:00:00:00 now 
  35. This will process everything in a log from 10 days and 1 year previous to todays date and time. As you can see you can either specify two dates or one date and 'now'. 'now' is taken to be the exact date and time when the processing starts. If the first string starts with a minus sign '-' then it means that the times are relative to the second time.  So -00/01/0000:00:00:00 means 1 previous month. The format is dd/mm/yyyy:hh:mm:ss 
  36.  
  37. ***NOTE*** the order of day and month. The time should use the 24hour clock.  
  38.  
  39. ・Added users stats. Now you can track accesses by user. This is for use when you have access controls on your Webserver and users have to supply a username and password to access the information. You can find out which users have logged in and how many times etc.
  40. This means that there are now these new options.
  41.  
  42. user_inclusion
  43. user_exclusion
  44. top_users
  45. max_users  (up to 10000)
  46. user_stats
  47. user_alias
  48.  
  49. ・All of the following fields in the log can be included,excluded and aliased.
  50. 1. sites
  51. 2. files
  52. 3. referers
  53. 4. users. 
  54. (See the sample prefs file for a full list of all of the options available).
  55.  
  56. ・Increased the number of file_types and aliases that can be tracked. Both up to 5000 from 50! 
  57.  
  58. ・Implemented exclusions so that any item on a line will exclude the line. This makes the file_and_site and site_and_file options obsolete. It means that the confusion caused by these two options will be removed.
  59.  
  60. ・Added two templates WWW_GLOBALTOTALDATA and WWW_GLOBALTOTALHITS which represent the TOTAL amount of data shown in the log irrespective of exclusions etc. The second number is equivalent to the number of lines in the log for a perfect log with no comment lines etc (Webstar !! Lines).
  61.  
  62. ・Added support for more natural naming of some of the preference options. The options ****_inclusion ****_exclusion and ****_alias can now also be expressed as more natural strings such as include_****, exclude_**** and alias_****. 
  63.  
  64. The reason for this is it's more natural to take about including a file than a メfile_inclusionモ which leads to a more natural name for the option of メinclude_fileモ. Both forms of these options will continue to be supported, so any prefs files that you already have will continue to work without modification.
  65. (Where **** is either file,site,user,referer or referrer).
  66.  
  67. ・Added a title to the processing window so that the user can see what is being processed.
  68.  
  69. ・Added a process dialog showing which template is being processed.
  70.  
  71. ・Added a warning dialog if a template file couldn't be found.
  72.  
  73. ・Added Balloon help for the major dialogs and the menus. 
  74.  
  75. ・Added menu items for sending email and looking at website.
  76.  
  77. Bugs Fixed.
  78. -----------
  79. ・Fixed some small memory leaks that could effect users who had automatic processing on very very long times.
  80.  
  81. ・Fixed a bug in the Common log processing. If process_bad_lines was on it made no difference!
  82.  
  83. ・Fixed a bug in the processing of WebStar logs if the agent came first! Agents have spaces in them and this confused the parser!
  84.  
  85. ・Fixed a bug in the file comparison routines. Wouldn't compare strings with trailing wildcards if they were the same length.
  86.  
  87. ・Fixed a bug in the code that collects agent stats. If the agent string was more than 80 chars then we could end up duplicating the information as each new occurence of the same string would be logged as a separate agent. Have increased the length of agent strings to 255 chars.
  88.  
  89. ・Fixed a little loophole in the cache processing that mean't we could process logs smaller than the ones we last cached for.
  90.  
  91. ・Fixed a possible bug in the SIVC code. Somehow the creator could get mangled and the desktop lookups would fail!
  92.  
  93. ・Fixed some problems with StringOf code with new version of codewarrior.
  94.  
  95. ・Fixed a bug so that if site stats are off the other stuff still works.
  96.  
  97. ・Added a workaround to a bug with Webstar log files where WebStar crashes and doesn't start a new line!
  98.  
  99. ・Fixed a spelling mistake in the domain names.
  100.  
  101. ・Fixed a bug in the template processing that mean't that the template files were opened but never closed. After a prolonged period this could lead to a system error with too many open files!
  102.  
  103. ・Added checking to see if domains are exceeded when they are loaded.
  104.  
  105.  
  106. Please send comments/queries/bug reports to
  107.  
  108. redpoint@kagi.com
  109.  
  110.